home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Inter@ctive 17
/
Computer Interactive cdrom 17 - gen 99.iso
/
ZDNETIT
/
CONTENT
/
SMTPCEMS.ZIP
/
STATUS32._W_
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-09-08
|
523 b
|
17 lines
#
# Watcom makefile for STATUS [Win32]
# Requires SEE32.DLL & SEE32.LIB
#
# To use: "wmake -f status32._w_"
#
CCFLAGS = -w4 -zq -otexan -d2 -3s -bt=nt -mf -DWIN32
status.exe : status.obj see32.lib
wlink d all SYS nt op m op maxe=25 op q op symf @status32.lnk
status.obj : status.c
wcc386 status.c $(CCFLAGS)